home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 26.zip / BS1 part 26 / C for beginners.adf / source / bad-hello.c < prev    next >
C/C++ Source or Header  |  1978-01-17  |  66b  |  7 lines

  1. #include <stdio.h>
  2. void main()
  3. {
  4. Printf ("Hello, I am here!");
  5. }
  6.  
  7.